home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.2 Applications 1996 May
/
SGI IRIX 6.2 Applications 1996 May.iso
/
dist
/
patchSG0001239.idb
/
usr
/
lib
/
SoftWindows2
/
bin
/
scripts
/
nupwarn.sh.z
/
nupwarn.sh
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-05-07
|
403 b
|
10 lines
#!/bin/sh
PATH=/usr/sbin:/usr/bsd:/sbin:/usr/bin:/bin:/usr/bin/X11
export PATH
XCONFIRM=/usr/bin/X11/xconfirm
case `$XCONFIRM -c -B "Yes" -b "No" -header "SoftWindows Update" -t "This hard disk container file (C:)" -t "will not be updated. This can" -t "cause severe problems including" -t "loss of data." -t "" -t "Upgrade now?" -icon question -geometry "320x190"`
in
Yes) exit 2;;
No) exit 1;;
esac